home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / gnuchess.lha / DOCUMENTATION / GENERAL < prev    next >
Text File  |  1990-05-13  |  1KB  |  35 lines

  1.                   GNU Chess
  2.  
  3. Copyright (C) 1987 Stuart Cracraft
  4.   (Copying permission notice at the end.)
  5.  
  6. GNU Chess is your program (as long as you follow the copyright and
  7. licensing rules listed in the file COPYING). Your contributioinspire current and future software
  8. developers. 
  9.  
  10. This document
  11. -------------
  12. This document is not meant to be a an introduction to computer chess.
  13. The following books are excellent introductions and treatises.
  14. They are listed in order of difficulty:
  15.  
  16.    Computer Chess (2nd edition), by David Welsh and Boris Bazcynski
  17.    The Joy of Computer Chess, by David Levy
  18.    Chess Skill in Man and Machine (2nd edition), by Peter Frey
  19.  
  20.  
  21. Current Distribution
  22. --------------------
  23. The most recent distribution of GNU Chess contains the following
  24. main-level files and directories:
  25.  
  26.     Filename         Purpose
  27.    ------------------------------------------------------
  28.    README           Pointer to main README below.
  29.    gnuchess.c       Most recent version of GNU Chess
  30.    nondsp.c        Non-display interface, and chesstool/xchess interface
  31.    uxdsp.c        Unix (curses) display interface    
  32.    ansidsp.c        ANSI display interface
  33.    gnuchess.book    Most recent version of opening book
  34.  
  35.